Intelli JPlatform Plugins Extension
abstract class IntelliJPlatformPluginsExtension @Inject constructor(val configurations: ConfigurationContainer, val dependencies: DependencyHandler, val providers: ProviderFactory, val rootProjectDirectory: Path, intellijPlatformPluginDependencyConfigurationName: String, intellijPlatformPluginLocalConfigurationName: String, objects: ObjectFactory) : IntelliJPlatformPluginDependencyAware
Parameters
configurations
The Gradle ConfigurationContainer to manage configurations.
dependencies
The Gradle DependencyHandler to manage dependencies.
providers
The Gradle ProviderFactory to create providers.
root Project Directory
The root project directory location.
Functions
Link copied to clipboard
Disables plugin with a specific id.
Link copied to clipboard
Disables plugins with a specific ids.
Link copied to clipboard
Adds dependency on a local IntelliJ Platform plugin.
Link copied to clipboard
Adds a dependency on a plugin for IntelliJ Platform using a string notation, in the following formats:
Adds a dependency on a plugin for IntelliJ Platform.